home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / sys / os2 / zooup.cmd < prev   
Encoding:
Text File  |  1993-10-05  |  1.2 KB  |  47 lines

  1. @rem #!/bin/sh
  2. @rem #
  3. @rem # File: zooup
  4. @rem # Usage: zooup
  5. @rem # 
  6. @rem # Builds zoo archive of plplot files for distribution.
  7. @rem # No binary files should be included.
  8. @
  9. @rem # You'll need GNU find, or workalike, to do this...
  10. @
  11. @rem # Build archive from parent directory.  It must also be unpacked from there.
  12. @
  13. cd ..
  14. @
  15. @rem # top level text files & scripts
  16. @
  17. zoo a plplot plplot/README
  18. zoo a plplot plplot/README.1st
  19. zoo a plplot plplot/COPYRIGHTS
  20. zoo a plplot plplot/Changes.log
  21. zoo a plplot plplot/ToDo
  22. zoo a plplot plplot/tarup
  23. zoo a plplot plplot/zooup
  24. zoo a plplot plplot/zipup
  25. @
  26. @rem # Make sure zoo creates these subdirectories to make installation easier.
  27. @
  28. zoo a plplot plplot/tmp/.dummy
  29. @
  30. @rem # Font files
  31. @
  32. zoo a plplot plplot/lib/*.fnt
  33. @
  34. @rem # Source code & docs.
  35. @
  36. find plplot/doc      -print | zoo aI plplot
  37. find plplot/drivers  -print | zoo aI plplot
  38. find plplot/examples -print | zoo aI plplot
  39. find plplot/fonts    -print | zoo aI plplot
  40. find plplot/include  -print | zoo aI plplot
  41. find plplot/m4       -print | zoo aI plplot
  42. find plplot/new      -print | zoo aI plplot
  43. find plplot/utils    -print | zoo aI plplot
  44. find plplot/scripts  -print | zoo aI plplot
  45. find plplot/src      -print | zoo aI plplot
  46. find plplot/sys      -print | zoo aI plplot
  47.